docs: fix the command to compile BL31 on Tegra
authorVarun Wadekar <[email protected]>
Sat, 1 Aug 2015 05:44:32 +0000 (11:14 +0530)
committerVarun Wadekar <[email protected]>
Sat, 1 Aug 2015 05:44:32 +0000 (11:14 +0530)
This patch fixes the command line used to compile BL31 on
Tegra platforms.

Signed-off-by: Varun Wadekar <[email protected]>
docs/plat/nvidia-tegra.md

index d8e8ec63e8dd6afbe39ff71490ca49c5424bf530..b29532c916f3b06ed2966948c5cc8964ec0453b8 100644 (file)
@@ -57,7 +57,7 @@ without changing any makefiles.
 Preparing the BL31 image to run on Tegra SoCs
 ===================================================
 'CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- make PLAT=tegra \
-TARGET_SOC=<target-soc e.g. t210|t132> SPD=<dispatcher e.g. tlkd> all'
+TARGET_SOC=<target-soc e.g. t210|t132> SPD=<dispatcher e.g. tlkd> bl31'
 
 Platforms wanting to use different TZDRAM_BASE, can add 'TZDRAM_BASE=<value>'
 to the build command line.